home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200502-33.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  72 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200502-33.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2005 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(17236);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200502-33");
  17.  script_cve_id("CAN-2005-0534", "CAN-2005-0535", "CAN-2005-0536");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200502-33
  20. (MediaWiki: Multiple vulnerabilities)
  21.  
  22.  
  23.     A security audit of the MediaWiki project discovered that
  24.     MediaWiki is vulnerable to several cross-site scripting and cross-site
  25.     request forgery attacks, and that the image deletion code does not
  26.     sufficiently sanitize input parameters.
  27.   
  28. Impact
  29.  
  30.     By tricking a user to load a carefully crafted URL, a remote
  31.     attacker could hijack sessions and authentication cookies to inject
  32.     malicious script code that will be executed in a user\'s browser session
  33.     in context of the vulnerable site, or use JavaScript submitted forms to
  34.     perform restricted actions. Using the image deletion flaw, it is also
  35.     possible for authenticated administrators to delete arbitrary files via
  36.     directory traversal.
  37.   
  38. Workaround
  39.  
  40.     There is no known workaround at this time.
  41.   
  42. References:
  43.     http://secunia.com/advisories/14125/
  44.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0534
  45.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0535
  46.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0536
  47.  
  48.  
  49. Solution: 
  50.     All MediaWiki users should upgrade to the latest available
  51.     version:
  52.     # emerge --sync
  53.     # emerge --ask --oneshot --verbose ">=www-apps/mediawiki-1.3.11"
  54.   
  55.  
  56. Risk factor : Low
  57. ';
  58.  script_description(english: desc);
  59.  script_copyright(english: "(C) 2005 Michel Arboi");
  60.  script_name(english: "[GLSA-200502-33] MediaWiki: Multiple vulnerabilities");
  61.  script_category(ACT_GATHER_INFO);
  62.  script_family(english: "Gentoo Local Security Checks");
  63.  script_dependencies("ssh_get_info.nasl");
  64.  script_require_keys('Host/Gentoo/qpkg-list');
  65.  script_summary(english: 'MediaWiki: Multiple vulnerabilities');
  66.  exit(0);
  67. }
  68.  
  69. include('qpkg.inc');
  70. if (qpkg_check(package: "www-apps/mediawiki", unaffected: make_list("ge 1.3.11"), vulnerable: make_list("lt 1.3.11")
  71. )) { security_warning(0); exit(0); }
  72.